ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComArray<T> Class / Item Property

In This Topic
    Item Property (ComArray<T>)
    In This Topic
    Gets or sets the T with the specified i.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As System.Integer _
    ) As T
    public T this[ 
       System.int i
    ]; {get; set;}

    Parameters

    i
    See Also